From fd3c5566b84569dba84d4d50d566b20134a8b0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s=20Rocha?= Date: Wed, 14 Nov 2012 17:58:08 -0500 Subject: [PATCH] Move press release images to their own folder --- .../press/{ => releases}/cengage_book_327x400.jpg | Bin .../images/press/{ => releases}/diploma-109x84.jpg | Bin .../images/press/{ => releases}/edx-109x84.png | Bin .../{ => releases}/elsevier_page_sample_680x660.png | Bin .../{ => releases}/foundations-of-analog-109x84.jpg | Bin .../tumblr_tumbnail_brazilian_teen.jpg | Bin .../tumblr_tumbnail_opening_doors_mongolia.jpg | Bin .../images/press/{ => releases}/uts-seal_109x84.jpg | Bin lms/templates/feed.rss | 10 +++++----- .../Cengage_to_provide_book_content.html | 2 +- .../Elsevier_collaborates_with_edX.html | 2 +- 11 files changed, 7 insertions(+), 7 deletions(-) rename lms/static/images/press/{ => releases}/cengage_book_327x400.jpg (100%) rename lms/static/images/press/{ => releases}/diploma-109x84.jpg (100%) rename lms/static/images/press/{ => releases}/edx-109x84.png (100%) rename lms/static/images/press/{ => releases}/elsevier_page_sample_680x660.png (100%) rename lms/static/images/press/{ => releases}/foundations-of-analog-109x84.jpg (100%) rename lms/static/images/press/{ => releases}/tumblr_tumbnail_brazilian_teen.jpg (100%) rename lms/static/images/press/{ => releases}/tumblr_tumbnail_opening_doors_mongolia.jpg (100%) rename lms/static/images/press/{ => releases}/uts-seal_109x84.jpg (100%) diff --git a/lms/static/images/press/cengage_book_327x400.jpg b/lms/static/images/press/releases/cengage_book_327x400.jpg similarity index 100% rename from lms/static/images/press/cengage_book_327x400.jpg rename to lms/static/images/press/releases/cengage_book_327x400.jpg diff --git a/lms/static/images/press/diploma-109x84.jpg b/lms/static/images/press/releases/diploma-109x84.jpg similarity index 100% rename from lms/static/images/press/diploma-109x84.jpg rename to lms/static/images/press/releases/diploma-109x84.jpg diff --git a/lms/static/images/press/edx-109x84.png b/lms/static/images/press/releases/edx-109x84.png similarity index 100% rename from lms/static/images/press/edx-109x84.png rename to lms/static/images/press/releases/edx-109x84.png diff --git a/lms/static/images/press/elsevier_page_sample_680x660.png b/lms/static/images/press/releases/elsevier_page_sample_680x660.png similarity index 100% rename from lms/static/images/press/elsevier_page_sample_680x660.png rename to lms/static/images/press/releases/elsevier_page_sample_680x660.png diff --git a/lms/static/images/press/foundations-of-analog-109x84.jpg b/lms/static/images/press/releases/foundations-of-analog-109x84.jpg similarity index 100% rename from lms/static/images/press/foundations-of-analog-109x84.jpg rename to lms/static/images/press/releases/foundations-of-analog-109x84.jpg diff --git a/lms/static/images/press/tumblr_tumbnail_brazilian_teen.jpg b/lms/static/images/press/releases/tumblr_tumbnail_brazilian_teen.jpg similarity index 100% rename from lms/static/images/press/tumblr_tumbnail_brazilian_teen.jpg rename to lms/static/images/press/releases/tumblr_tumbnail_brazilian_teen.jpg diff --git a/lms/static/images/press/tumblr_tumbnail_opening_doors_mongolia.jpg b/lms/static/images/press/releases/tumblr_tumbnail_opening_doors_mongolia.jpg similarity index 100% rename from lms/static/images/press/tumblr_tumbnail_opening_doors_mongolia.jpg rename to lms/static/images/press/releases/tumblr_tumbnail_opening_doors_mongolia.jpg diff --git a/lms/static/images/press/uts-seal_109x84.jpg b/lms/static/images/press/releases/uts-seal_109x84.jpg similarity index 100% rename from lms/static/images/press/uts-seal_109x84.jpg rename to lms/static/images/press/releases/uts-seal_109x84.jpg diff --git a/lms/templates/feed.rss b/lms/templates/feed.rss index 4bd66db799..98ad70fc8d 100644 --- a/lms/templates/feed.rss +++ b/lms/templates/feed.rss @@ -22,7 +22,7 @@ 2012-10-14T14:00:00-07:00 The University of Texas System joins edX - <img src="${static.url('images/press/uts-seal_109x84.jpg')}" /> + <img src="${static.url('images/press/releases/uts-seal_109x84.jpg')}" /> <p>Nine universities and six health institutions</p> @@ -40,7 +40,7 @@ 2012-09-06T14:00:00-07:00 EdX to offer learners option of taking proctored final exam - <img src="${static.url('images/press/diploma-109x84.jpg')}" /> + <img src="${static.url('images/press/releases/diploma-109x84.jpg')}" /> tag:www.edx.org,2012:Post/3 @@ -48,7 +48,7 @@ 2012-07-16T14:08:12-07:00 UC Berkeley joins edX - <img src="${static.url('images/press/edx-109x84.png')}" /> + <img src="${static.url('images/press/releases/edx-109x84.png')}" /> <p>edX broadens course offerings</p> @@ -57,7 +57,7 @@ 2012-07-16T14:08:12-07:00 Opening Doors For Exceptional Students: 6.002x in Mongolia - <img src="${static.url('images/press/tumblr_tumbnail_opening_doors_mongolia.jpg')}" /> + <img src="${static.url('images/press/releases/tumblr_tumbnail_opening_doors_mongolia.jpg')}" /> tag:www.edx.org,2012:Post/1 @@ -65,6 +65,6 @@ 2012-07-16T14:08:12-07:00 Brazilian teen blogs about his 6.002x experience - <img src="${static.url('images/press/tumblr_tumbnail_brazilian_teen.jpg')}" /> + <img src="${static.url('images/press/releases/tumblr_tumbnail_brazilian_teen.jpg')}" /> diff --git a/lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html b/lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html index b9d4e95301..feded1dac3 100644 --- a/lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html +++ b/lms/templates/static_templates/press_releases/Cengage_to_provide_book_content.html @@ -27,7 +27,7 @@

Students who enroll in edX's course PHW207x: Health in Numbers , taught by Professor Marcello Pagano of Harvard's School of Public Health, will have access to an online version of the course textbook, Principles of Biostatistics, 2nd Edition, written by Marcello Pagano and Kimberlee Gauvreau and published by Cengage Learning. Cengage Learning’s instructional design services will also work with edX to migrate the print pedagogy from the textbook into the on-line course, creating the best scope and sequence for effective student learning.

- +

“edX students worldwide will benefit from both Professor Pagano's in-class lectures and his classic Cengage Learning textbook in biostatics,” said Anant Agarwal, President of edX. “We are very grateful for Cengage's commitment to helping edX learners throughout the world.”

diff --git a/lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html b/lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html index 66bdc6d97e..58e612fac3 100644 --- a/lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html +++ b/lms/templates/static_templates/press_releases/Elsevier_collaborates_with_edX.html @@ -30,7 +30,7 @@

The free version of the textbook was also available in the spring offering of MIT’s 6.002x, before the creation of edX.

- +
A page view from the online version of Foundations of Analog and Digital Electronic Circuits made available to students taking edX’s course 6.002X: Circuits and Electronics