"An Inconvenient Truth" to be screened on campus
Former vice president's documentary coming to CU
Kathrine Warren
Issue date: 9/28/06
function goPage(newindex) {
currentLocation = getThisPage();
cleanedLocation = '';
// If this is an SHTML request.
if (currentLocation.indexOf(".shtml") > -1) {
// Detect if this is a request that already has a page specification.
if (currentLocation.indexOf("-page") > -1) {
cleanedLocation = currentLocation.substring(0, currentLocation.indexOf("-page")) + '.shtml';
} else {
cleanedLocation = currentLocation;
}
// Only add the "-pageX" suffix when the page index is higher than 1.
if (newindex != 1) {
cleanedLocation = cleanedLocation.substring(0, cleanedLocation.indexOf(".shtml")) + '-page' + newindex + '.shtml';
}
} else {
// Only add the "-pageX" suffix when the page index is higher than 1.
if (newindex != 1) {
cleanedLocation = currentLocation + '&page=' + newindex;
} else {
cleanedLocation = currentLocation;
}
}
document.location = cleanedLocation;
}
function getThisPage() {
currentURL = '' + window.document.location;
thispageresult = '';
if (currentURL.indexOf("?page=") > -1) {
currentURL = currentURL.substring(0, currentURL.indexOf('?page='));
thispageresult = currentURL;
} else if (currentURL.indexOf("&page=") > -1) {
currentURL = currentURL.substring(0, currentURL.indexOf('&page='));
thispageresult = currentURL;
} else {
thispageresult = currentURL;
}
// Make sure the URL generated by this fuctnion is compatible with mirror image.
thispageresult = thispageresult.substring(7, thispageresult.length);
thispageresult = thispageresult.substring(thispageresult.indexOf('/')+1, thispageresult.length);
thispageresult = basehref + thispageresult;
if (thispageresult.indexOf('sourcedomain') > -1) {
thispageresult = thispageresult.substring(0, thispageresult.indexOf('?'));
}
return thispageresult;
}
Tonight the International Film Series will screen Al Gore's summer
movie "An Inconvenient Truth" twice in Muenzinger Auditorium at 7 p.m.
and 9:15 p.m.
A
discussion panel will immediately follow the 7 p.m. screening with
speakers from the City of Boulder Climate Action Plan, CoPIRG and the
Center for Science and Technology Policy Research.
This
screening is a part of Sundance Institute Art House Project. This year,
the International Film Series was selected to be one of 14 other
theatres to screen 25 movies originally viewed at the Sundance Film
Festival in Park City, Utah.
The movie first premiered at the film festival last January and since has been shown nationwide.
"The
movie was very well attended by older people this summer in Boulder;
however, the movie has very pressing information that needs to be acted
upon by younger viewers," said International Film Series Director Pablo
Kjolseth.
"We want to make sure kids and students see this
movie and hope that they will see this screening because it's cheaper
and closer to campus," Kjolseth said.
The movie is essentially
a global warming slide show narrated by former Vice President Gore
presenting scientific data that supports the theory of global warming.
"An
Inconvenient Truth" looks at scientific data forewarning the possible
effects of global warming. Stressing that the threat of global warming
needs to be addressed now rather than later, Gore supports his argument
by outlining the important steps everyone must take to avoid this
impending catastrophe.
"I think it's good this movie will be
on campus because it's been publicized and seen nationwide and has
relevant information that has been on the public conscience that
students will find interesting," said sophomore film studies major Kyle
Banowsky.
The panel discussion after the movie will further
stress the message of the film. Co-sponsored by the Center for
Scientific and Technology Policy Research and CoPIRG's Campus Climate
Challenge it will offer students a chance to ask questions the movie
may have brought up and also be an active part of the discussion.
Admission for the movie is $5 general and $4 with a student ID. For more information call 303-492-1531.