Commit 0226559b by David Ormsbee

Merge pull request #1044 from MITx/feature/brian/press-updates

Feature/brian/press updates
parents 2ced3eb8 2e194f05
...@@ -98,6 +98,19 @@ def course_from_id(course_id): ...@@ -98,6 +98,19 @@ def course_from_id(course_id):
course_loc = CourseDescriptor.id_to_location(course_id) course_loc = CourseDescriptor.id_to_location(course_id)
return modulestore().get_instance(course_id, course_loc) return modulestore().get_instance(course_id, course_loc)
import re
day_pattern = re.compile('\s\d+,\s')
multimonth_pattern = re.compile('\s?\-\s?\S+\s')
def get_date_for_press(publish_date):
import datetime
# strip off extra months, and just use the first:
date = re.sub(multimonth_pattern, ", ", publish_date)
if re.search(day_pattern, date):
date = datetime.datetime.strptime(date, "%B %d, %Y")
else:
date = datetime.datetime.strptime(date, "%B, %Y")
return date
def press(request): def press(request):
json_articles = cache.get("student_press_json_articles") json_articles = cache.get("student_press_json_articles")
...@@ -110,6 +123,7 @@ def press(request): ...@@ -110,6 +123,7 @@ def press(request):
json_articles = json.loads(content) json_articles = json.loads(content)
cache.set("student_press_json_articles", json_articles) cache.set("student_press_json_articles", json_articles)
articles = [Article(**article) for article in json_articles] articles = [Article(**article) for article in json_articles]
articles.sort(key=lambda item: get_date_for_press(item.publish_date), reverse=True)
return render_to_response('static_templates/press.html', {'articles': articles}) return render_to_response('static_templates/press.html', {'articles': articles})
......
lms/static/images/press/techreview_logo_178x138.jpg

4.16 KB | W: | H:

lms/static/images/press/techreview_logo_178x138.jpg

3.83 KB | W: | H:

lms/static/images/press/techreview_logo_178x138.jpg
lms/static/images/press/techreview_logo_178x138.jpg
lms/static/images/press/techreview_logo_178x138.jpg
lms/static/images/press/techreview_logo_178x138.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -128,17 +128,18 @@ ...@@ -128,17 +128,18 @@
</section> </section>
<section class="press-links"> <section class="press-links">
<h3>edX in the News:</h3> <h3>edX in the News:</h3>
##<a href="${reverse('press/mit-and-harvard-announce-edx')}">The edX Press Release</a> <a target="_blank" href="http://www.bbc.co.uk/news/business-19661899">BBC</a>,
<a target="_blank" href="http://www.nytimes.com/2012/07/20/education/edlife/anant-agarwal-discusses-free-online-courses-offered-by-a-harvard-mit-partnership.html">New York Times</a>, <a target="_blank" href="http://www.technologyreview.com/news/506351/the-most-important-education-technology-in-200-years/">Technology Review</a>,
<a target="_blank" href="http://www.bostonglobe.com/magazine/2012/07/14/anant-agarwal-believes-online-education-from-mit-and-harvard-should-available-all/Af0kX44dPqpBKRV2IOSjPP/story.html"target="_blank" >Boston Globe</a>, <a target="_blank" href="http://tech.mit.edu/V132/N48/edxvmware.html">The Tech</a>,
<a target="_blank" href="http://www.huffingtonpost.co.uk/2012/06/20/harvard-and-mit-create-edx-free-university-courses_n_1612143.html?utm_hp_ref=uk">Huffington Post</a>, <a target="_blank" href="http://www.nytimes.com/2012/11/04/education/edlife/massive-open-online-courses-are-multiplying-at-a-rapid-pace.html">The New York Times</a>,
<a target="_blank" href="http://gigaom.com/cloud/everybody-codes/">GigaOM</a>, <a target="_blank" href="http://www.reuters.com/article/2012/10/19/us-education-courses-online-idUSBRE89I17120121019">Reuters</a>,
<a target="_blank" href="http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html">MIT News</a>, <a target="_blank" href="http://www.ft.com/intl/cms/s/2/73030f44-d4dd-11e1-9444-00144feabdc0.html#axzz2A9qvk48A">Financial Times</a>,
##<a target="_blank" href="http://spectrum.ieee.org/at-work/education/review-mitxs-online-circuit-design-and-analysis-course">IEEE Spectrum</a>, <a target="_blank" href="http://campustechnology.com/articles/2012/10/25/vmware-offers-free-virtualization-software-for-edx-computer-science-students.aspx">Campus Technology</a>,
<a target="_blank" href="http://harvardmagazine.com/2012/07/harvard-extended">Harvard Magazine</a>, <a target="_blank" href="http://chronicle.com/blogs/wiredcampus/san-jose-state-u-says-replacing-live-lectures-with-videos-increased-test-scores/40470">Chronicle of Higher Education</a>,
<a target="_blank" href="http://www.bloomberg.com/news/2012-07-24/berkeley-joins-harvard-mit-offering-free-online-classes.html">Bloomberg</a> <a target="_blank" href="http://www.timeshighereducation.co.uk/story.asp?sectioncode=26&storycode=421577&c=1">Times Higher Education</a>,
## <a target="_blank" href="http://chronicle.com/blogs/wiredcampus/uc-berkeley-joins-edx-effort-to-offer-free-open-courses/37969">The Chronicle of Higher Education</a> <a target="_blank" href="http://www.bloomberg.com/news/2012-10-15/university-of-texas-joining-harvard-mit-online-venture.html">Bloomberg.com</a>,
<a target="_blank" href="http://www.businessweek.com/news/2012-10-15/university-of-texas-joining-harvard-mit-online-venture">BusinessWeek</a>,
<a target="_blank" href="http://news.yahoo.com/univ-texas-joins-online-course-program-edx-172202035--finance.html">Associated Press</a>
<a href="${reverse('press')}" class="read-more">Read More &rarr;</a> <a href="${reverse('press')}" class="read-more">Read More &rarr;</a>
</section> </section>
</section> </section>
......
[ [
{ {
"title": "The Year of the MOOC",
"url": "http://www.nytimes.com/2012/11/04/education/edlife/massive-open-online-courses-are-multiplying-at-a-rapid-pace.html",
"author": "Laura Pappano",
"image": "nyt_logo_178x138.jpeg",
"deck": null,
"publication": "The New York Times",
"publish_date": "November 2, 2012"
},
{
"title": "The Most Important Education Technology in 200 Years",
"url": "http://www.technologyreview.com/news/506351/the-most-important-education-technology-in-200-years/",
"author": "Antonio Regalado",
"image": "techreview_logo_178x138.jpg",
"deck": null,
"publication": "Technology Review",
"publish_date": "November 2, 2012"
},
{
"title": "Classroom in the Cloud",
"url": "http://harvardmagazine.com/2012/11/classroom-in-the-cloud",
"author": null,
"image": "harvardmagazine_logo_178x138.jpeg",
"deck": null,
"publication": "Harvard Magazine",
"publish_date": "November-December 2012"
},
{
"title": "How do you stop online students cheating?",
"url": "http://www.bbc.co.uk/news/business-19661899",
"author": "Sean Coughlan",
"image": "bbc_logo_178x138.jpeg",
"deck": null,
"publication": "BBC",
"publish_date": "October 31, 2012"
},
{
"title": "VMware to provide software for HarvardX CS50x",
"url": "http://tech.mit.edu/V132/N48/edxvmware.html",
"author": "Stan Gill",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "October 26, 2012"
},
{
"title": "EdX platform integrates into classes",
"url": "http://tech.mit.edu/V132/N48/801edx.html",
"author": "Leon Lin",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "October 26, 2012"
},
{
"title": "VMware Offers Free Software to edX Learners",
"url": "http://campustechnology.com/articles/2012/10/25/vmware-offers-free-virtualization-software-for-edx-computer-science-students.aspx",
"author": "Joshua Bolkan",
"image": "campustech_logo_178x138.jpg",
"deck": "VMware Offers Free Virtualization Software for EdX Computer Science Students",
"publication": "Campus Technology",
"publish_date": "October 25, 2012"
},
{
"title": "Lone Star moots charges to make Moocs add up",
"url": "http://www.timeshighereducation.co.uk/story.asp?sectioncode=26&storycode=421577&c=1",
"author": "David Matthews",
"image": "timeshighered_logo_178x138.jpg",
"deck": null,
"publication": "Times Higher Education",
"publish_date": "October 25, 2012"
},
{
"title": "Free, high-quality and with mass appeal",
"url": "http://www.ft.com/intl/cms/s/2/73030f44-d4dd-11e1-9444-00144feabdc0.html#axzz2A9qvk48A",
"author": "Rebecca Knight",
"image": "ft_logo_178x138.jpg",
"deck": null,
"publication": "Financial Times",
"publish_date": "October 22, 2012"
},
{
"title": "Getting the most out of an online education",
"url": "http://www.reuters.com/article/2012/10/19/us-education-courses-online-idUSBRE89I17120121019",
"author": "Kathleen Kingsbury",
"image": "reuters_logo_178x138.jpg",
"deck": null,
"publication": "Reuters",
"publish_date": "October 19, 2012"
},
{
"title": "EdX announces partnership with Cengage",
"url": "http://tech.mit.edu/V132/N46/cengage.html",
"author": "Leon Lin",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "October 19, 2012"
},
{
"title": "U Texas System Joins EdX",
"url": "http://campustechnology.com/articles/2012/10/18/u-texas-system-joins-edx.aspx",
"author": "Joshua Bolkan",
"image": "campustech_logo_178x138.jpg",
"deck": null,
"publication": "Campus Technology",
"publish_date": "October 18, 2012"
},
{
"title": "San Jose State University Runs Blended Learning Course Using edX ",
"url": "http://chronicle.com/blogs/wiredcampus/san-jose-state-u-says-replacing-live-lectures-with-videos-increased-test-scores/40470",
"author": "Alisha Azevedo",
"image": "chroniclehighered_logo_178x138.jpeg",
"deck": "San Jose State U. Says Replacing Live Lectures With Videos Increased Test Scores",
"publication": "Chronicle of Higher Education",
"publish_date": "October 17, 2012"
},
{
"title": "Online university to charge tuition fees",
"url": "http://www.bbc.co.uk/news/education-19964787",
"author": "Sean Coughlan",
"image": "bbc_logo_178x138.jpeg",
"deck": null,
"publication": "BBC",
"publish_date": "October 17, 2012"
},
{
"title": "HarvardX marks the spot",
"url": "http://news.harvard.edu/gazette/story/2012/10/harvardx-marks-the-spot/",
"author": "Tania delLuzuriaga",
"image": "harvardgazette_logo_178x138.jpeg",
"deck": null,
"publication": "Harvard Gazette",
"publish_date": "October 17, 2012"
},
{
"title": "Harvard EdX Enrolls Near 100000 Students for Free Online Classes",
"url": "http://www.collegeclasses.com/harvard-edx-enrolls-near-100000-students-for-free-online-classes/",
"author": "Keith Koong",
"image": "college_classes_logo_178x138.jpg",
"deck": null,
"publication": "CollegeClasses.com",
"publish_date": "October 17, 2012"
},
{
"title": "Cengage Learning to Provide Book Content and Pedagogy through edX's Not-for-Profit Interactive Study Via the Web",
"url": "http://www.outsellinc.com/our_industry/headlines/1087978",
"author": null,
"image": "outsell_logo_178x138.jpg",
"deck": null,
"publication": "Outsell.com",
"publish_date": "October 17, 2012"
},
{
"title": "University of Texas System Embraces MOOCs",
"url": "http://www.usnewsuniversitydirectory.com/articles/university-of-texas-system-embraces-moocs_12713.aspx#.UIBLVq7bNzo",
"author": "Chris Hassan",
"image": "usnews_logo_178x138.jpeg",
"deck": null,
"publication": "US News",
"publish_date": "October 17, 2012"
},
{
"title": "Texas MOOCs for Credit?",
"url": "http://www.insidehighered.com/news/2012/10/16/u-texas-aims-use-moocs-reduce-costs-increase-completion",
"author": "Steve Kolowich",
"image": "insidehighered_logo_178x138.jpg",
"deck": null,
"publication": "Insider Higher Ed",
"publish_date": "October 16, 2012"
},
{
"title": "University of Texas Joins Harvard-Founded edX",
"url": "http://www.thecrimson.com/article/2012/10/16/University-of-Texas-edX/",
"author": "Kevin J. Wu",
"image": "harvardcrimson_logo_178x138.jpeg",
"deck": null,
"publication": "The Crimson",
"publish_date": "October 16, 2012"
},
{
"title": "Entire UT System to join edX",
"url": "http://tech.mit.edu/V132/N45/edx.html",
"author": "Ethan A. Solomon",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "October 16, 2012"
},
{
"title": "First University System Joins edX Platform",
"url": "http://www.govtech.com/education/First-University-System-Joins-edX-platform.html",
"author": "Tanya Roscoria",
"image": "govtech_logo_178x138.jpg",
"deck": null,
"publication": "GovTech.com",
"publish_date": "October 16, 2012"
},
{
"title": "University of Texas Joining Harvard, MIT Online Venture",
"url": "http://www.bloomberg.com/news/2012-10-15/university-of-texas-joining-harvard-mit-online-venture.html",
"author": "David Mildenberg",
"image": "bloomberg_logo_178x138.jpeg",
"deck": null,
"publication": "Bloomberg",
"publish_date": "October 15, 2012"
},
{
"title": "University of Texas Joining Harvard, MIT Online Venture",
"url": "http://www.businessweek.com/news/2012-10-15/university-of-texas-joining-harvard-mit-online-venture",
"author": "David Mildenberg",
"image": "busweek_logo_178x138.jpg",
"deck": null,
"publication": "Business Week",
"publish_date": "October 15, 2012"
},
{
"title": "Univ. of Texas joins online course program edX",
"url": "http://news.yahoo.com/univ-texas-joins-online-course-program-edx-172202035--finance.html",
"author": "Chris Tomlinson",
"image": "ap_logo_178x138.jpg",
"deck": null,
"publication": "Associated Press",
"publish_date": "October 15, 2012"
},
{
"title": "U. of Texas Plans to Join edX",
"url": "http://www.insidehighered.com/quicktakes/2012/10/15/u-texas-plans-join-edx",
"author": null,
"image": "insidehighered_logo_178x138.jpg",
"deck": null,
"publication": "Inside Higher Ed",
"publish_date": "October 15, 2012"
},
{
"title": "U. of Texas System Is Latest to Sign Up With edX for Online Courses",
"url": "http://chronicle.com/blogs/wiredcampus/u-of-texas-system-is-latest-to-sign-up-with-edx-for-online-courses/40440",
"author": "Alisha Azevedo",
"image": "chroniclehighered_logo_178x138.jpeg",
"deck": null,
"publication": "Chronicle of Higher Education",
"publish_date": "October 15, 2012"
},
{
"title": "First University System Joins edX",
"url": "http://www.centerdigitaled.com/news/First-University-System-Joins-edX.html",
"author": "Tanya Roscoria",
"image": "center_digeducation_logo_178x138.jpg",
"deck": null,
"publication": "Center for Digital Education",
"publish_date": "October 15, 2012"
},
{
"title": "University of Texas Joins Harvard, MIT in edX Online Learning Venture",
"url": "http://harvardmagazine.com/2012/10/university-of-texas-joins-harvard-mit-edx",
"author": null,
"image": "harvardmagazine_logo_178x138.jpeg",
"deck": null,
"publication": "Harvard Magazine",
"publish_date": "October 15, 2012"
},
{
"title": "University of Texas joins edX",
"url": "http://www.masshightech.com/stories/2012/10/15/daily13-University-of-Texas-joins-edX.html",
"author": "Don Seiffert",
"image": "masshightech_logo_178x138.jpg",
"deck": null,
"publication": "MassHighTech",
"publish_date": "October 15, 2012"
},
{
"title": "UT System to Forge Partnership with EdX",
"url": "http://www.texastribune.org/texas-education/higher-education/ut-system-announce-partnership-edx/",
"author": "Reeve Hamilton",
"image": "texastribune_logo_178x138.jpg",
"deck": null,
"publication": "Texas Tribune",
"publish_date": "October 15, 2012"
},
{
"title": "UT System puts $5 million into online learning initiative",
"url": "http://www.statesman.com/news/news/local/ut-system-puts-5-million-into-online-learning-init/nSdd5/",
"author": "Ralph K.M. Haurwitz",
"image": "austin_statesman_logo_178x138.jpg",
"deck": null,
"publication": "The Austin Statesman",
"publish_date": "October 15, 2012"
},
{
"title": "Harvard’s Online Classes Sound Pretty Popular",
"url": "http://blogs.bostonmagazine.com/boston_daily/2012/10/15/harvards-online-classes-sound-pretty-popular/",
"author": "Eric Randall",
"image": "bostonmag_logo_178x138.jpg",
"deck": null,
"publication": "Boston Magazine",
"publish_date": "October 15, 2012"
},
{
"title": "Harvard Debuts Free Online Courses",
"url": "http://www.ibtimes.com/harvard-debuts-free-online-courses-846629",
"author": "Eli Epstein",
"image": "ibtimes_logo_178x138.jpg",
"deck": null,
"publication": "International Business Times",
"publish_date": "October 15, 2012"
},
{
"title": "UT System Joins Online Learning Effort",
"url": "http://www.texastechpulse.com/ut_system_joins_online_learning_effort/s-0045632.html",
"author": null,
"image": "texaspulse_logo_178x138.jpg",
"deck": null,
"publication": "Texas Tech Pulse",
"publish_date": "October 15, 2012"
},
{
"title": "University of Texas Joins edX",
"url": "http://www.onlinecolleges.net/2012/10/15/university-of-texas-joins-edx/",
"author": "Alex Wukman",
"image": "online_colleges_logo_178x138.jpg",
"deck": null,
"publication": "Online Colleges.net",
"publish_date": "October 15, 2012"
},
{
"title": "100,000 sign up for first Harvard online courses",
"url": "http://www.masslive.com/news/index.ssf/2012/10/100000_sign_up_for_first_harva.html",
"author": null,
"image": "ap_logo_178x138.jpg",
"deck": null,
"publication": "Associated Press",
"publish_date": "October 15, 2012"
},
{
"title": "In the new Listener, on sale from 14.10.12",
"url": "http://www.listener.co.nz/commentary/the-internaut/in-the-new-listener-on-sale-from-14-10-12/",
"author": null,
"image": "nz_listener_logo_178x138.jpg",
"deck": null,
"publication": "The Listener",
"publish_date": "October 14, 2012"
},
{
"title": "HarvardX Classes to Begin Tomorrow",
"url": "http://www.thecrimson.com/article/2012/10/14/harvardx-classes-start-tomorrow/",
"author": "Hana N. Rouse",
"image": "harvardcrimson_logo_178x138.jpeg",
"deck": null,
"publication": "The Crimson",
"publish_date": "October 14, 2012"
},
{
"title": "Online Harvard University courses draw well",
"url": "http://bostonglobe.com/metro/2012/10/14/harvard-launching-free-online-courses-sign-for-first-two-classes/zBDuHY0zqD4OESrXWfEgML/story.html",
"author": "Brock Parker",
"image": "bostonglobe_logo_178x138.jpeg",
"deck": null,
"publication": "Boston Globe",
"publish_date": "October 14, 2012"
},
{
"title": "Harvard ready to launch its first free online courses Monday",
"url": "http://www.boston.com/yourtown/news/cambridge/2012/10/harvard_ready_to_launch_its_fi.html",
"author": "Brock Parker",
"image": "bostonglobe_logo_178x138.jpeg",
"deck": null,
"publication": "Boston Globe",
"publish_date": "October 12, 2012"
},
{
"title": "edX: Harvard's New Domain",
"url": "http://www.thecrimson.com/article/2012/10/4/edx-scrutiny-online-learning/ ",
"author": "Delphine Rodrik and Kevin Su",
"image": "harvardcrimson_logo_178x138.jpeg",
"deck": null,
"publication": "The Crimson",
"publish_date": "October 4, 2012"
},
{
"title": "New Experiments in the edX Higher Ed Petri Dish",
"url": "http://www.nonprofitquarterly.org/policysocial-context/21116-new-experiments-in-the-edx-higher-ed-petri-dish.html",
"author": "Michelle Shumate",
"image": "npq_logo_178x138.jpg",
"deck": null,
"publication": "Non-Profit Quarterly",
"publish_date": "October 4, 2012"
},
{
"title": "What Campuses Can Learn From Online Teaching",
"url": "http://online.wsj.com/article/SB10000872396390444620104578012262106378182.html?mod=googlenews_wsj",
"author": "Rafael Reif",
"image": "wsj_logo_178x138.jpg",
"deck": null,
"publication": "Wall Street Journal",
"publish_date": "October 2, 2012"
},
{
"title": "MongoDB courses to be offered via edX",
"url": "http://tech.mit.edu/V132/N42/edxmongodb.html",
"author": "Jake H. Gunter",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "October 2, 2012"
},
{
"title": "5 Ways That edX Could Change Education",
"url": "http://chronicle.com/article/5-Ways-That-edX-Could-Change/134672/",
"author": "Marc Parry",
"image": "chroniclehighered_logo_178x138.jpeg",
"deck": null,
"publication": "Chronicle of Higher Education",
"publish_date": "October 1, 2012"
},
{
"title": "MIT profs wait to teach you, for free",
"url": "http://www.dnaindia.com/mumbai/report_mit-profs-wait-to-teach-you-for-free_1747273",
"author": "Kanchan Srivastava",
"image": "dailynews_india_logo_178x138.jpg",
"deck": null,
"publication": "Daily News and Analysis India",
"publish_date": "October 1, 2012"
},
{
"title": "EdX offers free higher education online",
"url": "http://www.youtube.com/watch?v=yr5Ep7RN4Bs",
"author": "via YouTube",
"image": "cnn_logo_178x138.jpg",
"deck": null,
"publication": "CNN",
"publish_date": "October, 2012"
},
{
"title": "Students weigh in on value of massive open online classes",
"url": "http://dailycollegian.com/2012/09/27/students-weigh-in-on-value-of-massive-open-online-classes/",
"author": "Sam Hayes",
"image": "dailycollegian_logo_178x138.jpg",
"deck": null,
"publication": "The Daily Collegian",
"publish_date": "September 27, 2012"
},
{
"title": "The Crisis in Higher Education",
"url": "http://www.technologyreview.com/featured-story/429376/the-crisis-in-higher-education ",
"author": "Nicholas Carr",
"image": "techreview_logo_178x138.jpg",
"deck": null,
"publication": "Technology Review",
"publish_date": "September 27, 2012"
},
{
"title": "10gen Offering Free MongoDB Training through EdX Platform",
"url": "http://campustechnology.com/articles/2012/09/27/10gen-offering-free-mongodb-training-through-edx-platform.aspx",
"author": "Dian Schaffhauser",
"image": "campustech_logo_178x138.jpg",
"deck": null,
"publication": "Campus Technology",
"publish_date": "September 27, 2012"
},
{
"title": "edX Students To Use Free Elsevier Online Textbook",
"url": "http://campustechnology.com/articles/2012/09/27/edx-students-to-use-free-elsevier-online-textbook.aspx",
"author": "Tim Sohn",
"image": "campustech_logo_178x138.jpg",
"deck": null,
"publication": "Campus Technology",
"publish_date": "September 27, 2012"
},
{
"title": "Students weigh in on value of massive open online classes",
"url": "http://dailycollegian.com/2012/09/27/students-weigh-in-on-value-of-massive-open-online-classes/",
"author": "Sam Hayes",
"image": "dailycollegian_logo_178x138.jpg",
"deck": null,
"publication": "The Daily Collegian",
"publish_date": "September 27, 2012"
},
{
"title": "Elsevier partners with edX offering interactive study via the web",
"url": "http://www.knowledgespeak.com/newsArchieveviewdtl.asp?pickUpBatch=2046",
"author": null,
"image": "cnn_logo_178x138.jpg",
"deck": null,
"publication": "Knowledge Speak",
"publish_date": "September 26, 2012"
},
{
"title": "Coming back, looking forward",
"url": "http://news.harvard.edu/gazette/story/2012/09/governing_board_reunion/",
"author": "Alvin Powell",
"image": "harvardgazette_logo_178x138.jpeg",
"deck": "Governing boards’ reunion mixes nostalgia, innovation",
"publication": "Harvard Gazette",
"publish_date": "September 26, 2012"
},
{
"title": "MongoDB developers team with EdX open learning collaboration",
"url": "http://arstechnica.com/information-technology/2012/09/mongodb-developers-team-with-edx-open-learning-collaboration/",
"author": "Sean Gallagher",
"image": "arstechnica_logo_178x138.jpg",
"deck": " To offer free MongoDB developer and DBA training, help open-source EdX platform.",
"publication": "Ars Technica",
"publish_date": "September 26, 2012"
},
{
"title": "Marketing to the MOOC Masses",
"url": "http://www.insidehighered.com/news/2012/09/26/elsevier-partners-edx-provide-free-versions-textbooks-mooc-students",
"author": "Steve Kolowich",
"image": "insidehighered_logo_178x138.jpg",
"deck": null,
"publication": "Inside Higher Ed",
"publish_date": "September 26, 2012"
},
{
"title": "Five buzzwords you’re likely to hear in education this school year",
"url": "http://schoolsofthought.blogs.cnn.com/2012/09/26/five-buzzwords-youre-likely-to-hear-in-education-this-school-year/",
"author": "Donna Krache",
"image": "cnn_logo_178x138.jpg",
"deck": null,
"publication": "CNN",
"publish_date": "September 26, 2012"
},
{
"title": "10gen will provide online MongoDB training",
"url": "http://www.h-online.com/open/news/item/10gen-will-provide-online-MongoDB-training-1716936.html",
"author": null,
"image": "thehopen_logo_178x138.jpg",
"deck": null,
"publication": "The H Open",
"publish_date": "September 25, 2012"
},
{
"title": "Opinion: MIT should create an education degree",
"url": "http://tech.mit.edu/V132/N40/normandin.html",
"author": "Ryan Normandin",
"image": "thetech_logo_178x138.jpg",
"deck": "For MIT to lead the way in education, it should use its graduates",
"publication": "The Tech",
"publish_date": "September 25, 2012"
},
{
"title": "Want free MongoDB classes? edX and 10gen are happy to oblige",
"url": "http://gigaom.com/2012/09/25/want-free-mongodb-classes-edx-and-10gen-are-happy-to-oblige/",
"author": "Ki Mae Heussner",
"image": "gigaom_logo_178x138.jpeg",
"deck": null,
"publication": "GIGAOM",
"publish_date": "September 25, 2012"
},
{
"title": "MOOCs Shift From Curiousity to Employability",
"url": "http://www.huffingtonpost.com/tom-vander-ark/moocs-shift-from-curiousi_b_1912059.html",
"author": "Tom Vander Ark",
"image": "huffpost_logo_178x138.jpeg",
"deck": null,
"publication": "HUFF POST",
"publish_date": "September 25, 2012"
},
{
"title": "A president next door",
"url": "http://news.harvard.edu/gazette/story/2012/09/a-president-next-door/",
"author": "Katie Koch",
"image": "harvardgazette_logo_178x138.jpeg",
"deck": "Faust lauds Reif at his inauguration as MIT’s leader ",
"publication": "Harvard Gazette",
"publish_date": "September 21, 2012"
},
{
"title": "Is Everybody Right When it Comes to the Future of Education?",
"url": "http://bostinno.com/2012/09/23/is-everybody-right-when-it-comes-to-the-future-of-education/",
"author": "Lauren Landry",
"image": "bostinno_logo_178x138.jpg",
"deck": null,
"publication": "BostInno",
"publish_date": "September 23, 2012"
},
{
"title": "Keyboard College: How Technology is Revolutionizing Higher Education",
"url": "http://americanradioworks.publicradio.org/features/tomorrows-college/keyboard-college/",
"author": "Stephen Smith",
"image": "amradiowrks_press_logo_178x138.jpg",
"deck": null,
"publication": "American RadioWorks",
"publish_date": "September, 2012"
},
{
"title": "Google Releases Open-Source Online-Education Software",
"url": "http://chronicle.com/blogs/wiredcampus/google-releases-open-source-online-education-software/39882",
"author": "Azevedo",
"image": "chroniclehighered_logo_178x138.jpeg",
"deck": null,
"publication": "The Chronicle of Higher Education",
"publish_date": "September 13, 2012"
},
{
"title": "President Faust’s Beginning-of-2012-2013 Message",
"url": "http://harvardmagazine.com/2012/09/harvards-faust-beginning-of-year-message",
"author": null,
"image": "harvardmagazine_logo_178x138.jpeg",
"deck": null,
"publication": "Harvard Magazine",
"publish_date": "September 13, 2012"
},
{
"title": "The MOOC Survivors",
"url": "http://www.insidehighered.com/news/2012/09/12/edx-explores-demographics-most-persistent-mooc-students",
"author": "Steve Kolowich",
"image": "insidehighered_logo_178x138.jpg",
"deck": null,
"publication": "Inside Higher Education",
"publish_date": "September 12, 2012"
},
{
"title": "College may never be the same", "title": "College may never be the same",
"url": "http://www.usatoday.com/news/nation/story/2012/09/12/college-may-never-be-the-same/57752972/1", "url": "http://www.usatoday.com/news/nation/story/2012/09/12/college-may-never-be-the-same/57752972/1",
"author": "Mary Beth Marklein", "author": "Mary Beth Marklein",
...@@ -10,33 +622,68 @@ ...@@ -10,33 +622,68 @@
"publish_date": "September 12, 2012" "publish_date": "September 12, 2012"
}, },
{ {
"title": "The first 71 days of office",
"url": "http://tech.mit.edu/V132/N36/reif.html",
"author": "Bruno B.F. Faviero",
"image": "thetech_logo_178x138.jpg",
"deck": null,
"publication": "The Tech",
"publish_date": "September 11, 2012"
},
{
"title": "Is MIT Giving Away the Farm?", "title": "Is MIT Giving Away the Farm?",
"url": "http://www.technologyreview.com/mitnews/428698/is-mit-giving-away-the-farm/", "url": "http://www.technologyreview.com/mitnews/428698/is-mit-giving-away-the-farm/",
"author": "Larry Hardesty", "author": "Larry Hardesty",
"image": "techreview_logo_178x138.jpg", "image": "techreview_logo_178x138.jpg",
"deck": "The surprising logic of MIT's free online education program.", "deck": "The surprising logic of MIT's free online education program.",
"publication": "Technology Review", "publication": "Technology Review",
"publish_date": "September/October 2012" "publish_date": "September-October 2012"
}, },
{ {
"title": "School’s Out, Forever", "title": "School’s Out, Forever",
"url": "http://www.bostonmagazine.com/articles/2012/08/edx-online-classes-schools-out-forever/", "url": "http://www.bostonmagazine.com/articles/2012/08/edx-online-classes-schools-out-forever/",
"author": "Chris Vogel", "author": "Chris Vogel",
"image": "bostonmag_logo_178x138.jpg", "image": "bostonmag_logo_178x138.jpg",
"deck": "A new online education program from Harvard and MIT is poised to transform what it means to go to college.", "deck": "A new online education program from Harvard and MIT is poised to transform what it means to go to college.",
"publication": "Boston Magazine", "publication": "Boston Magazine",
"publish_date": "September 2012" "publish_date": "September, 2012"
}, },
{ {
"title": "Q&A: Anant Agarwal, edX’s president and first professor", "title": "Pearson partners with online learning provider",
"url": "http://www.bostonmagazine.com/articles/2012/08/edx-online-classes-schools-ou
t-forever/", "url": "http://www.educationinvestor.co.uk/%28A%28sJl5vujFzQEkAAAAMWZkZTlhNjktODE0Mi00NjliLThlN2MtZTNhNDYxZDU4NGU3x4PawVukQHrQR1HU1YmDjMvTJNs1%29S%28rfj4z455jgfjljudyovhsyzb%29%29/ShowArticle.aspx?ID=2949",
"author": " Molly Petrilla ", "author": null,
"image": "smartplanet_logo_178x138.jpg", "image": "eduinvest_logo_178x138.jpg",
"deck": "", "deck": null,
"publication": "Smart Planet", "publication": "EducationInvestor",
"publish_date": "September 3, 2012" "publish_date": "September 10, 2012"
},
{
"title": "Pearson to provide test centers for edX courses",
"url": "http://edtechtimes.com/2012/09/10/pearson-to-provide-test-centers-for-edx-courses/",
"author": null,
"image": "edtechtimes_logo_178x138.jpg",
"deck": null,
"publication": "The EdTech Times",
"publish_date": "September 10, 2012"
},
{
"title": "Online education - the future of learning",
"url": "http://www.campdenfb.com/article/sponsored-feature-online-education-future-learning",
"author": null,
"image": "campdenfb_logo_178x138.jpg",
"deck": null,
"publication": "Campden FB",
"publish_date": "September 9, 2012"
},
{
"title": "Step Forward For New Higher Education Model",
"url": "http://www.forbes.com/sites/susanadams/2012/09/07/step-forward-for-new-higher-education-model/",
"author": "Susan Adams",
"image": "forbes_logo_178x138.jpg",
"deck": null,
"publication": "Forbes",
"publish_date": "September 7, 2012"
}, },
{ {
"title": "EdX To Offer Proctored Final Exam For One Course", "title": "EdX To Offer Proctored Final Exam For One Course",
"url": "http://www.thecrimson.com/article/2012/9/7/edx-offer-proctored-exams/", "url": "http://www.thecrimson.com/article/2012/9/7/edx-offer-proctored-exams/",
...@@ -77,9 +724,9 @@ ...@@ -77,9 +724,9 @@
"title": "Harvard-MIT Online School EdX to Offer Supervised Final Exams", "title": "Harvard-MIT Online School EdX to Offer Supervised Final Exams",
"url": "http://www.businessweek.com/news/2012-09-06/harvard-mit-online-school-edx-to-offer-supervised-final-exams", "url": "http://www.businessweek.com/news/2012-09-06/harvard-mit-online-school-edx-to-offer-supervised-final-exams",
"author": "Oliver Staley", "author": "Oliver Staley",
"image": "bloomberg_logo_178x138.jpeg", "image": "busweek_logo_178x138.jpg",
"deck": "", "deck": "",
"publication": "Bloomberg Business Week", "publication": "Business Week",
"publish_date": "September 6, 2012" "publish_date": "September 6, 2012"
}, },
{ {
...@@ -109,14 +756,13 @@ ...@@ -109,14 +756,13 @@
"publication": "ITBriefing.net", "publication": "ITBriefing.net",
"publish_date": "September 6, 2012" "publish_date": "September 6, 2012"
}, },
{ {
"title": "Student Loans: Debt for Life", "title": "Student Loans: Debt for Life",
"url": "http://www.businessweek.com/articles/2012-09-06/student-loans-debt-for-life#p3", "url": "http://www.businessweek.com/articles/2012-09-06/student-loans-debt-for-life#p3",
"author": "Peter Coy", "author": "Peter Coy",
"image": "bloomberg_logo_178x138.jpeg", "image": "busweek_logo_178x138.jpg",
"deck": "", "deck": "",
"publication": "Bloomberg Business Week", "publication": "Business Week",
"publish_date": "September 6, 2012" "publish_date": "September 6, 2012"
}, },
{ {
...@@ -147,15 +793,6 @@ ...@@ -147,15 +793,6 @@
"publish_date": "September 4, 2012" "publish_date": "September 4, 2012"
}, },
{ {
"title": "Ivy walls lower with free online classes from Coursera and edX ",
"url": "http://www.csmonitor.com/Innovation/Pioneers/2012/0903/Ivy-walls-lower-with-free-online-classes-from-Coursera-and-edX",
"author": "Chris Gaylord",
"image": "csmonitor_logo_178x138.jpg",
"deck": "",
"publication": "Christian Science Monitor",
"publish_date": "September 3, 2012"
},
{
"title": "Summer recap. RLADs, new edX partner, Institute files amicus brief", "title": "Summer recap. RLADs, new edX partner, Institute files amicus brief",
"url": "http://tech.mit.edu/V132/N34/summer.html", "url": "http://tech.mit.edu/V132/N34/summer.html",
"author": "", "author": "",
...@@ -165,6 +802,15 @@ ...@@ -165,6 +802,15 @@
"publish_date": "September 4, 2012" "publish_date": "September 4, 2012"
}, },
{ {
"title": "Ivy walls lower with free online classes from Coursera and edX ",
"url": "http://www.csmonitor.com/Innovation/Pioneers/2012/0903/Ivy-walls-lower-with-free-online-classes-from-Coursera-and-edX",
"author": "Chris Gaylord",
"image": "csmonitor_logo_178x138.jpg",
"deck": "",
"publication": "Christian Science Monitor",
"publish_date": "September 3, 2012"
},
{
"title": "Into the Future With MOOC's", "title": "Into the Future With MOOC's",
"url": "http://chronicle.com/article/Into-the-Future-With-MOOCs/134080/", "url": "http://chronicle.com/article/Into-the-Future-With-MOOCs/134080/",
"author": "Kevin Carey", "author": "Kevin Carey",
...@@ -183,6 +829,15 @@ ...@@ -183,6 +829,15 @@
"publish_date": "August 20, 2012" "publish_date": "August 20, 2012"
}, },
{ {
"title": "LSU urged to adapt to changes in higher ed",
"url": "http://theadvocate.com/csp/mediapool/sites/Advocate/assets/templates/FullStoryPrint.csp?cid=3462091&preview=y",
"author": "Koran Addo",
"image": "theadvocate_logo_178x138.jpg",
"deck": null,
"publication": "The Advocate",
"publish_date": "August 3, 2012"
},
{
"title": "Berkeley Joins edX", "title": "Berkeley Joins edX",
"url": "http://www.insidehighered.com/quicktakes/2012/07/24/berkeley-joins-edx", "url": "http://www.insidehighered.com/quicktakes/2012/07/24/berkeley-joins-edx",
"author": "Tamar Lewin", "author": "Tamar Lewin",
...@@ -216,7 +871,7 @@ ...@@ -216,7 +871,7 @@
"image": "latimes_logo_178x138.jpeg", "image": "latimes_logo_178x138.jpeg",
"deck": "EdX, founded by Harvard and MIT, will host two not-for-credit UC Berkeley courses this fall.", "deck": "EdX, founded by Harvard and MIT, will host two not-for-credit UC Berkeley courses this fall.",
"publication": "Los Angeles Times", "publication": "Los Angeles Times",
"publish_date": "July 2012" "publish_date": "July, 2012"
}, },
{ {
"title": "Berkeley Joins 'EdX' Effort to Offer Free Open Courses", "title": "Berkeley Joins 'EdX' Effort to Offer Free Open Courses",
...@@ -237,15 +892,6 @@ ...@@ -237,15 +892,6 @@
"publish_date": "July 24, 2012" "publish_date": "July 24, 2012"
}, },
{ {
"title": "Free online courses divide UC professors",
"url": "http://www.mercurynews.com/education/ci_21144592",
"author": "Matt Krupnick",
"image": "mercurynews_logo_178x138.jpeg",
"deck": "",
"publication": "Mercury News",
"publish_date": "July 24, 2012"
},
{
"title": "UC Berkeley joins edX", "title": "UC Berkeley joins edX",
"url": "http://news.harvard.edu/gazette/story/2012/07/uc-berkeley-joins-edx/", "url": "http://news.harvard.edu/gazette/story/2012/07/uc-berkeley-joins-edx/",
"author": "", "author": "",
...@@ -270,7 +916,7 @@ ...@@ -270,7 +916,7 @@
"image": "ieee_logo_178x138.jpeg", "image": "ieee_logo_178x138.jpeg",
"deck": "This latest experiment in remote learning is not for a casual audience.", "deck": "This latest experiment in remote learning is not for a casual audience.",
"publication": "IEEE Spectrum", "publication": "IEEE Spectrum",
"publish_date": "July 2012" "publish_date": "July, 2012"
}, },
{ {
"title": "More universities sign on to free online course initiative", "title": "More universities sign on to free online course initiative",
...@@ -279,7 +925,7 @@ ...@@ -279,7 +925,7 @@
"image": "univworldnews_logo_178x138.jpeg", "image": "univworldnews_logo_178x138.jpeg",
"deck": null, "deck": null,
"publication": "University World News", "publication": "University World News",
"publish_date": "July 19, 2012 Issue No:231" "publish_date": "July 19, 2012"
}, },
{ {
"title": "One Course, 150,000 Students", "title": "One Course, 150,000 Students",
...@@ -297,7 +943,7 @@ ...@@ -297,7 +943,7 @@
"image": "mit_logo_178x138.jpeg", "image": "mit_logo_178x138.jpeg",
"deck": "As the team behind MIT's ambitious online learning program gears up to introduce new courses in the fall, it takes stock of its initial experiences.", "deck": "As the team behind MIT's ambitious online learning program gears up to introduce new courses in the fall, it takes stock of its initial experiences.",
"publication": "MIT News", "publication": "MIT News",
"publish_date": "7/16/2012" "publish_date": "July 16, 2012"
}, },
{ {
"title": "Software \"coding\": not just for programmers anymore", "title": "Software \"coding\": not just for programmers anymore",
...@@ -414,7 +1060,7 @@ ...@@ -414,7 +1060,7 @@
"image": "mit_logo_178x138.jpeg", "image": "mit_logo_178x138.jpeg",
"deck": "Answering common questions about MIT and Harvard's new partnership in online education.", "deck": "Answering common questions about MIT and Harvard's new partnership in online education.",
"publication": "MIT News", "publication": "MIT News",
"publish_date": "May 02, 2012" "publish_date": "May 2, 2012"
}, },
{ {
"title": "MIT and Harvard announce edX", "title": "MIT and Harvard announce edX",
...@@ -423,7 +1069,7 @@ ...@@ -423,7 +1069,7 @@
"image": "mit_logo_178x138.jpeg", "image": "mit_logo_178x138.jpeg",
"deck": "Joint partnership builds on MITx and Harvard distance learning; aims to benefit campus-based education and beyond.", "deck": "Joint partnership builds on MITx and Harvard distance learning; aims to benefit campus-based education and beyond.",
"publication": "MIT News", "publication": "MIT News",
"publish_date": "May 02, 2012" "publish_date": "May 2, 2012"
}, },
{ {
"title": "MIT and Harvard launch a 'revolution in education'", "title": "MIT and Harvard launch a 'revolution in education'",
...@@ -432,6 +1078,6 @@ ...@@ -432,6 +1078,6 @@
"image": "mit_logo_178x138.jpeg", "image": "mit_logo_178x138.jpeg",
"deck": "Online edX courses will open both universities' classrooms to the world while enhancing on-campus learning.", "deck": "Online edX courses will open both universities' classrooms to the world while enhancing on-campus learning.",
"publication": "MIT News", "publication": "MIT News",
"publish_date": "May 02, 2012" "publish_date": "May 2, 2012"
} }
] ]
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